Summary

Inserts information/statistics for the current document or its root document.

Component properties
Category AS Document
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type block

When to use

This component is typically used when there is a need to display information about a document. 

Programming interface

Parameters

Select the field(s) to display
Created date
A date value indicating when the document was created.
Modified date
A date value indicating when the document most recently was modified.
Created by
The name of the user that created the document.
Modified by
The name of the user that most recently modified the document.
Category name
The name of the document's category.
Publish date
A date value that specifies when the document was published.
Archive date
A date value that specifies when the document will be archived.
Revision number
A integer value that specifies the version of the document. The oldest version is 1 and for each time the document is re-approved this value increments by one.
Unit name
The name of the document's unit.
Approve date
A date value that specifies when the document most recently was approved.
Settings
Use root document
Check this If you want to use the root document information instead of the included document.
Date format
Sets or gets a value that indicates a format string to use with the custom date format. For a more information on the different time format strings see the DateTimeFormatInfo class documentation. The default value is g which displays a combination of the short date and long time patterns, separated by a space.
Display settings
Display title
A value that indicates whether to display a title for statistic or not.
Display in table
Display the result in table. If this value is not specified each value is contained within a <DIV> element rather than in a regular table.
ClassName
Title class name
Table caption
Specifies the table caption text. If this parameter is blank the caption is omitted. However, it is recommended to supply a caption for accessibility reasons. Ignored if the Display in table alternative is not specified.
Table summary
Specifies the table summary attribute. If this parameter is blank the caption is omitted. However, it is recommended to supply a summary for accessibility reasons. Ignored if the Display in table alternative is not specified.

Remarks

  • The component can only be used with published documents.
    Any previewing of unsaved or unpublished documents will generate an error message.
  • For performance reasons the usage counting functionality has been removed in Content Studio 5.
    Thus the Requests and RequestsDate parameters found in older versions of this component are no longer present or have no meaning.